UCF STIG Viewer Logo

The Juniper perimeter router must be configured to have Proxy ARP disabled on all external interfaces.


Overview

Finding ID Version Rule ID IA Controls Severity
V-254048 JUEX-RT-000760 SV-254048r844177_rule Medium
Description
When Proxy ARP is enabled on a router, it allows that router to extend the network (at layer 2) across multiple interfaces (LAN segments). Because proxy ARP allows hosts from different LAN segments to look like they are on the same segment, proxy ARP is only safe when used between trusted LAN segments. Attackers can leverage the trusting nature of proxy ARP by spoofing a trusted host and then intercepting packets. Proxy ARP should always be disabled on router interfaces that do not require it, unless the router is being used as a LAN bridge.
STIG Date
Juniper EX Series Switches Router Security Technical Implementation Guide 2023-03-23

Details

Check Text ( C-57500r844175_chk )
This requirement is not applicable for the DODIN Backbone.

Review the router configuration to determine if Proxy ARP is disabled on all external interfaces. By default, Proxy ARP is disabled on all interfaces. Verify "proxy-arp" has not been enabled on external interfaces as shown in the example:

[edit interfaces]
{
unit 0 {
proxy-arp [restricted|unrestricted]; << Must not be configured on external interfaces.

}
}

If Proxy ARP is enabled on any external interface, this is a finding.
Fix Text (F-57451r844176_fix)
This requirement is not applicable for the DODIN Backbone.

Disable IP Proxy ARP on all external interfaces.

delete interfaces unit 0 proxy-arp